Home
last modified time | relevance | path

Searched defs:TypedefTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2253 std::string TypedefTypes(types); in emitNeonTypeDefs() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h234 mutable llvm::FoldingSet<TypedefType> TypedefTypes; variable