Home
last modified time | relevance | path

Searched defs:typeLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp55 llvm::SMLoc typeLoc = parser.getCurrentLocation(); in parseAttribute() local
H A DCIRTypes.cpp63 llvm::SMLoc typeLoc = parser.getCurrentLocation(); in parseType() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp800 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable