HomeSort by: relevance | last modified time | path
    Searched refs:ObjCSubstitutionContext (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1252 ObjCSubstitutionContext SubstContext;
1255 ObjCSubstitutionContext context)
1278 case ObjCSubstitutionContext::Ordinary:
1279 case ObjCSubstitutionContext::Parameter:
1280 case ObjCSubstitutionContext::Superclass:
1284 case ObjCSubstitutionContext::Result:
1285 case ObjCSubstitutionContext::Property: {
1305 llvm_unreachable("Unexpected ObjCSubstitutionContext!");
1314 Ctx, TypeArgs, ObjCSubstitutionContext::Result);
1337 Ctx, TypeArgs, ObjCSubstitutionContext::Parameter)
    [all...]
DeclObjC.cpp 1190 .substObjCTypeArgs(Ctx, {}, ObjCSubstitutionContext::Result);
1198 ObjCSubstitutionContext::Result);
1851 ObjCSubstitutionContext::Property);
2296 ObjCSubstitutionContext::Property);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 790 C, TypeArgs, ObjCSubstitutionContext::Result);
868 ASTCtxt, *TypeArgs, ObjCSubstitutionContext::Parameter);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 637 enum class ObjCSubstitutionContext {
1257 ObjCSubstitutionContext context) const;
1281 ObjCSubstitutionContext context) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 773 ObjCSubstitutionContext::Parameter);
SemaCodeComplete.cpp 2841 ObjCSubstitutionContext::Parameter);
2922 ObjCSubstitutionContext::Result);
3595 Ctx, *ObjCSubsts, ObjCSubstitutionContext::Parameter);
9006 Context, {}, ObjCSubstitutionContext::Parameter);
SemaExprObjC.cpp 1858 ObjCSubstitutionContext::Parameter);

Completed in 31 milliseconds