Searched defs:getSema (Results 1 – 8 of 8) sorted by relevance
| /external/clang/include/clang/Frontend/ | ||
| D | CompilerInstance.h | 457 Sema &getSema() const { in getSema() function |
| D | ASTUnit.h | 500 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 | 547 Sema &getSema() const { return SemaRef; } in getSema() function |
| /external/clang/include/clang/Serialization/ | ||
| D | ASTReader.h | 2059 Sema *getSema() { return SemaObj; } in getSema() function |
| /external/clang/lib/Sema/ | ||
| D | SemaType.cpp | 157 Sema &getSema() const { in getSema() function in __anonadbfab500111::TypeProcessingState |
| D | SemaCodeComplete.cpp | 259 Sema &getSema() const { return SemaRef; } in getSema() function in __anone44db7420111::ResultBuilder |
| D | TreeTransform.h | 137 Sema &getSema() const { return SemaRef; } in getSema() function |