Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h258 mutable llvm::FoldingSet<BitIntType> BitIntTypes; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8848 TypeSet BitIntTypes; member in __anon2e1ecc911a11::BuiltinCandidateTypeSet
8898 llvm::iterator_range<iterator> bitint_types() { return BitIntTypes; } in bitint_types()
9072 BitIntTypes.insert(Ty); in AddTypesConvertedFrom()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5194 if (BitIntType *EIT = BitIntTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBitIntType()
5198 BitIntTypes.InsertNode(New, InsertPos); in getBitIntType()