Home
last modified time | relevance | path

Searched refs:TypedefTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2253 std::string TypedefTypes(types); in emitNeonTypeDefs() local
2254 std::vector<TypeSpec> TDTypeVec = TypeSpec::fromTypeSpecs(TypedefTypes); in emitNeonTypeDefs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h234 mutable llvm::FoldingSet<TypedefType> TypedefTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5077 if (TypedefType *T = TypedefTypes.FindNodeOrInsertPos(ID, InsertPos)) { in getTypedefType()
5087 TypedefTypes.InsertNode(NewType, InsertPos); in getTypedefType()