Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h842 const Decl *D, const SourceLocation RepresentativeLocForDecl,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp215 const Decl *D, const SourceLocation RepresentativeLocForDecl, in getRawCommentForDeclNoCacheImpl() argument
219 if (RepresentativeLocForDecl.isInvalid() || in getRawCommentForDeclNoCacheImpl()
220 !RepresentativeLocForDecl.isFileID()) in getRawCommentForDeclNoCacheImpl()
230 SourceMgr.getDecomposedLoc(RepresentativeLocForDecl); in getRawCommentForDeclNoCacheImpl()