Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h176 clang::Sema *getSema() { return m_sema; } in getSema() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h547 Sema &getSema() const { in getSema() function
H A DASTUnit.h471 Sema &getSema() const { in getSema() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h672 Sema &getSema() const { return *SemaPtr; } in getSema() function
H A DTemplate.h449 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.h2585 Sema *getSema() { return SemaObj; } in getSema() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp234 Sema &getSema() const { in getSema() function in __anonc2847d970111::TypeProcessingState
H A DSemaCodeComplete.cpp298 Sema &getSema() const { return SemaRef; } in getSema() function in __anone047e0890111::ResultBuilder
H A DTreeTransform.h157 Sema &getSema() const { return SemaRef; } in getSema() function