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.cpp2305 std::string TypedefTypes(types); in emitNeonTypeDefs() local
2306 std::vector<TypeSpec> TDTypeVec = TypeSpec::fromTypeSpecs(TypedefTypes); in emitNeonTypeDefs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h237 mutable llvm::FoldingSet<TypedefType> TypedefTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5303 if (TypedefType *T = TypedefTypes.FindNodeOrInsertPos(ID, InsertPos)) { in getTypedefType()
5313 TypedefTypes.InsertNode(NewType, InsertPos); in getTypedefType()