Searched refs:PragmaComment (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 201 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() function 520 void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() function 522 First->PragmaComment(Loc, Kind, Str); in PragmaComment() 523 Second->PragmaComment(Loc, Kind, Str); in PragmaComment()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 14 def PragmaComment : DeclNode<Decl>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 417 case Decl::PragmaComment: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 151 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl() 169 static bool classofKind(Kind K) { return K == PragmaComment; } in classofKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 922 case PragmaComment: in getIdentifierNamespaceForKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 87 case Decl::PragmaComment: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6873 case Decl::PragmaComment: { in EmitTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 3228 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma()
|