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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 853 (*TrackedType)->getObjCSubstitutions(Method->getDeclContext());
986 (*TrackedType)->getObjCSubstitutions(Method->getDeclContext());
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1488 if (auto subs = objectType->getObjCSubstitutions(dc))
1507 Optional<ArrayRef<QualType>> Type::getObjCSubstitutions(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1248 /// computed via \c Type::getObjCSubstitutions. If empty, the type
1263 /// substitution (\c Type::getObjCSubstitutions) with the actual process of
2443 getObjCSubstitutions(const DeclContext *dc) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1812 = ReceiverType->getObjCSubstitutions(Method->getDeclContext());
SemaCodeComplete.cpp 3587 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method);

Completed in 47 milliseconds