Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h54 bool canTypeBeUserSpecified(ID Id);
/src/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp105 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified() function in types
376 if (canTypeBeUserSpecified(Id) && in lookupTypeForTypeSpecifier()
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp150 if (types::canTypeBeUserSpecified(II.getType())) { in ConstructJob()