OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSema
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInstance.h
418
Sema &
getSema
() const {
ASTUnit.h
461
Sema &
getSema
() const {
[
all
...]
/external/clang/include/clang/Sema/
Lookup.h
535
Sema &
getSema
() const { return SemaRef; }
/external/clang/include/clang/Serialization/
ASTReader.h
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
259
Sema &
getSema
() const { return SemaRef; }
[
all
...]
SemaType.cpp
155
Sema &
getSema
() const {
207
diagnoseBadTypeAttribute(
getSema
(), **i, type);
435
diagnoseBadTypeAttribute(state.
getSema
(), attr, type);
527
diagnoseBadTypeAttribute(state.
getSema
(), attr, type);
629
if (!state.
getSema
().getLangOpts().ObjCAutoRefCount)
718
Sema &S = state.
getSema
();
[
all
...]
TreeTransform.h
138
Sema &
getSema
() const { return SemaRef; }
[
all
...]
Completed in 82 milliseconds