Searched defs:getSema (Results 1 – 8 of 8) sorted by relevance
| /external/clang/include/clang/Frontend/ | ||
| D | CompilerInstance.h | 493 Sema &getSema() const { in getSema() function |
| D | ASTUnit.h | 515 Sema &getSema() const { in getSema() function |
| /external/clang/include/clang/Sema/ | ||
| D | Template.h | 258 const Sema &getSema() const { return SemaRef; } in getSema() function |
| D | Lookup.h | 595 Sema &getSema() const { return *SemaPtr; } in getSema() function |
| /external/clang/include/clang/Serialization/ | ||
| D | ASTReader.h | 2107 Sema *getSema() { return SemaObj; } in getSema() function |
| /external/clang/lib/Sema/ | ||
| D | SemaType.cpp | 171 Sema &getSema() const { in getSema() function in __anon846eccfe0111::TypeProcessingState |
| D | SemaCodeComplete.cpp | 258 Sema &getSema() const { return SemaRef; } in getSema() function in __anon3122a6f00111::ResultBuilder |
| D | TreeTransform.h | 138 Sema &getSema() const { return SemaRef; } in getSema() function |