Home
last modified time | relevance | path

Searched refs:typeLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp55 llvm::SMLoc typeLoc = parser.getCurrentLocation(); in parseAttribute() local
62 parser.emitError(typeLoc, "unknown attribute in CIR dialect"); in parseAttribute()
H A DCIRTypes.cpp63 llvm::SMLoc typeLoc = parser.getCurrentLocation(); in parseType() local
77 parser.emitError(typeLoc) << "unknown CIR type: " << mnemonic; in parseType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp339 hasAncestor(typeLoc( in isUnevaluated()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp593 REGISTER_MATCHER(typeLoc); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp800 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2867 extern const internal::VariadicAllOfMatcher<TypeLoc> typeLoc;