Home
last modified time | relevance | path

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

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