Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h745 const Decl *D, const SourceLocation RepresentativeLocForDecl,
/external/llvm-project/clang/lib/AST/
DASTContext.cpp200 const Decl *D, const SourceLocation RepresentativeLocForDecl, in getRawCommentForDeclNoCacheImpl() argument
204 if (RepresentativeLocForDecl.isInvalid() || in getRawCommentForDeclNoCacheImpl()
205 !RepresentativeLocForDecl.isFileID()) in getRawCommentForDeclNoCacheImpl()
215 SourceMgr.getDecomposedLoc(RepresentativeLocForDecl); in getRawCommentForDeclNoCacheImpl()