HomeSort by relevance Sort by last modified time
    Searched refs:TypeSpec (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/AST/
NestedNameSpecifier.cpp 134 return TypeSpec;
175 case TypeSpec:
196 case TypeSpec:
214 case TypeSpec:
253 case TypeSpec: {
312 case NestedNameSpecifier::TypeSpec:
376 case NestedNameSpecifier::TypeSpec: {
390 assert((Qualifier->getKind() == NestedNameSpecifier::TypeSpec ||
579 case NestedNameSpecifier::TypeSpec:
Type.cpp     [all...]
ItaniumMangle.cpp 831 case NestedNameSpecifier::TypeSpec:
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 143 case NestedNameSpecifier::TypeSpec:
CIndex.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 99 // TypeSpec
102 /// A TypeSpec is just a simple wrapper around a string, but gets its own type
105 /// A TypeSpec can be used to create a type.
106 class TypeSpec : public std::string {
108 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) {
109 std::vector<TypeSpec> Ret;
110 TypeSpec Acc;
114 Ret.push_back(TypeSpec(Acc));
131 TypeSpec TS;
135 // they are not related to the type. But they live in the TypeSpec (not th
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 81 TypeSpec,
DataRecursiveASTVisitor.h 628 case NestedNameSpecifier::TypeSpec:
652 case NestedNameSpecifier::TypeSpec:
    [all...]
RecursiveASTVisitor.h 694 case NestedNameSpecifier::TypeSpec:
718 case NestedNameSpecifier::TypeSpec:
    [all...]
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 335 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) &&
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 142 case NestedNameSpecifier::TypeSpec:
    [all...]
AnalysisBasedWarnings.cpp 205 if (NNS->getKind() == NestedNameSpecifier::TypeSpec &&
    [all...]
SemaExprCXX.cpp 56 case NestedNameSpecifier::TypeSpec:
346 case NestedNameSpecifier::TypeSpec:
    [all...]
SemaType.cpp 777 // Unspecified typespec defaults to int in C90. However, the C90 grammar
    [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 

Completed in 769 milliseconds

1 2