Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp48 if (auto AttrTL = TL.getAs<clang::AttributedTypeLoc>()) { in findTypeLocForBlockDecl() local
49 TL = AttrTL.getModifiedLoc(); in findTypeLocForBlockDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2906 if (AttributedTypeLoc AttrTL = TL.getAs<AttributedTypeLoc>()) { in findTypeLocationForBlockDecl() local
2907 TL = AttrTL.getModifiedLoc(); in findTypeLocationForBlockDecl()