Home
last modified time | relevance | path

Searched refs:getScopeLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h202 SourceLocation getScopeLoc() const { return AttrScope.getNameLoc(); } in getScopeLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1709 AL.getLoc(), AttributeScopeInfo(AL.getScopeName(), AL.getScopeLoc()), in handleResourceTypeAttr()
H A DSemaDeclAttr.cpp8064 D << FixItHint::CreateReplacement(SourceRange(AL.getScopeLoc()), in DiagnoseUnknownAttribute()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5227 Record.AddSourceLocation(A->getScopeLoc()); in AddAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9616 NImporter.importChecked(Err, FromAttr->getScopeLoc()); in importAttr()