Searched refs:equivalentType (Results 1 – 8 of 8) sorted by relevance
/external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/ |
D | InferenceVariableType.java | 114 public ResolvedType equivalentType() { in equivalentType() method in InferenceVariableType
|
D | InferenceContext.java | 191 return inferenceVariableType.equivalentType(); in resolve()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/ |
D | com_github_javaparser_symbolsolver_logic_InferenceContext.txt | 144 …190) inferenceVariableType.equivalentType() ==> com.github.javaparser.symbolsolver.logic.Inference…
|
/external/clang/lib/AST/ |
D | Type.cpp | 931 QualType equivalentType = recurse(T->getEquivalentType()); in TRIVIAL_TYPE_CLASS() local 932 if (equivalentType.isNull()) in TRIVIAL_TYPE_CLASS() 937 equivalentType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS() 942 equivalentType); in TRIVIAL_TYPE_CLASS()
|
D | ASTContext.cpp | 3261 QualType equivalentType) { in getAttributedType() argument 3263 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3269 QualType canon = getCanonicalType(equivalentType); in getAttributedType() 3271 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1226 QualType equivalentType);
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5741 QualType equivalentType in TransformAttributedType() local 5743 if (equivalentType.isNull()) in TransformAttributedType() 5758 equivalentType); in TransformAttributedType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5489 QualType equivalentType = readType(*Loc.F, Record, Idx); in readTypeRecord() local 5491 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|