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