Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h871 const Decl *D, const SourceLocation RepresentativeLocForDecl,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp218 const Decl *D, const SourceLocation RepresentativeLocForDecl, in getRawCommentForDeclNoCacheImpl() argument
222 if (RepresentativeLocForDecl.isInvalid() || in getRawCommentForDeclNoCacheImpl()
223 !RepresentativeLocForDecl.isFileID()) in getRawCommentForDeclNoCacheImpl()
233 SourceMgr.getDecomposedLoc(RepresentativeLocForDecl); in getRawCommentForDeclNoCacheImpl()