Home
last modified time | relevance | path

Searched defs:CommentLoc (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.cpp69 auto CommentLoc = Comment->getBeginLoc(); in beginLoc() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DArgumentCommentCheck.cpp109 std::pair<FileID, unsigned> CommentLoc = in getCommentsInRange() local
/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp518 ActOnPragmaMSComment(SourceLocation CommentLoc,PragmaMSCommentKind Kind,StringRef Arg) ActOnPragmaMSComment() argument
/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3176 SourceLocation CommentLoc = Tok.getLocation(); HandlePragma() local
/llvm-project/clang/include/clang/AST/
H A DDecl.h149 PragmaCommentDecl(TranslationUnitDecl * TU,SourceLocation CommentLoc,PragmaMSCommentKind CommentKind) PragmaCommentDecl() argument
/llvm-project/clang/lib/AST/
H A DDecl.cpp5275 Create(const ASTContext & C,TranslationUnitDecl * DC,SourceLocation CommentLoc,PragmaMSCommentKind CommentKind,StringRef Arg) Create() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9595 SourceLocation CommentLoc = C->getBeginLoc(); ReadComments() local