Home
last modified time | relevance | path

Searched defs:getSema (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h537 Sema &getSema() const { in getSema() function
H A DASTUnit.h459 Sema &getSema() const { in getSema() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h171 clang::Sema *getSema() { return m_sema; } in getSema() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h665 Sema &getSema() const { return *SemaPtr; } in getSema() function
H A DTemplate.h442 const Sema &getSema() const { return SemaRef; } in getSema() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp557 clang::Sema *ClangASTSource::getSema() { in getSema() function in ClangASTSource
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2363 Sema *getSema() { return SemaObj; } in getSema() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp216 Sema &getSema() const { in getSema() function in __anon813a705f0111::TypeProcessingState
H A DSemaCodeComplete.cpp296 Sema &getSema() const { return SemaRef; } in getSema() function in __anon28081b510111::ResultBuilder
H A DTreeTransform.h146 Sema &getSema() const { return SemaRef; } in getSema() function