Searched defs:DeclLocs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/readability/ | ||
H A D | ConstReturnTypeCheck.cpp | 66 llvm::SmallVector<clang::SourceLocation, 4> DeclLocs; member |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 296 const auto DeclLocs = getDeclLocsForCommentSearch(D, SourceMgr); getRawCommentForDeclNoCache() local |