Home
last modified time | relevance | path

Searched refs:PragmaComment (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h233 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() function
572 void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() function
574 First->PragmaComment(Loc, Kind, Str); in PragmaComment()
575 Second->PragmaComment(Loc, Kind, Str); in PragmaComment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td14 def PragmaComment : DeclNode<Decl>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp425 case Decl::PragmaComment: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h151 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl()
169 static bool classofKind(Kind K) { return K == PragmaComment; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp961 case PragmaComment: in getIdentifierNamespaceForKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp90 case Decl::PragmaComment: in EmitDecl()
H A DCodeGenModule.cpp7019 case Decl::PragmaComment: { in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3239 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma()