Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp2229 std::string TypedefTypes(types); in emitNeonTypeDefs() local
2230 std::vector<TypeSpec> TDTypeVec = TypeSpec::fromTypeSpecs(TypedefTypes); in emitNeonTypeDefs()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h222 mutable llvm::FoldingSet<TypedefType> TypedefTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4684 if (TypedefType *T = TypedefTypes.FindNodeOrInsertPos(ID, InsertPos)) { in getTypedefType()
4694 TypedefTypes.InsertNode(NewType, InsertPos); in getTypedefType()