Home
last modified time | relevance | path

Searched refs:ActOnPragmaDump (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp779 Actions.ActOnPragmaDump(getCurScope(), Tok.getLocation(), II); in HandlePragmaDump()
793 Actions.ActOnPragmaDump(E.get()); in HandlePragmaDump()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5742 void Sema::ActOnPragmaDump(Scope *S, SourceLocation IILoc, IdentifierInfo *II) { in ActOnPragmaDump() function in Sema
5752 void Sema::ActOnPragmaDump(Expr *E) { in ActOnPragmaDump() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9514 void ActOnPragmaDump(Scope *S, SourceLocation Loc, IdentifierInfo *II);
9517 void ActOnPragmaDump(Expr *E);