Home
last modified time | relevance | path

Searched refs:RepresentativeLocForDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h865 const Decl *D, const SourceLocation RepresentativeLocForDecl,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp207 const Decl *D, const SourceLocation RepresentativeLocForDecl, in getRawCommentForDeclNoCacheImpl() argument
211 if (RepresentativeLocForDecl.isInvalid() || in getRawCommentForDeclNoCacheImpl()
212 !RepresentativeLocForDecl.isFileID()) in getRawCommentForDeclNoCacheImpl()
222 SourceMgr.getDecomposedLoc(RepresentativeLocForDecl); in getRawCommentForDeclNoCacheImpl()