Searched refs:ActOnPragmaDump (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 382 Actions.ActOnPragmaDump(getCurScope(), Tok.getLocation(), II); in HandlePragmaDump()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParsePragma.cpp | 615 Actions.ActOnPragmaDump(getCurScope(), Tok.getLocation(), II); in HandlePragmaDump()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 5109 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 5458 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7781 void ActOnPragmaDump(Scope *S, SourceLocation Loc, IdentifierInfo *II);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9782 void ActOnPragmaDump(Scope *S, SourceLocation Loc, IdentifierInfo *II);
|