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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2868 PreferredType.enterTypeCast(Tok.getLocation(), Ty.get().get());
2999 PreferredType.enterTypeCast(Tok.getLocation(), CastTy.get());
3121 PreferredType.enterTypeCast(Tok.getLocation(), Ty.get());
ParseExprCXX.cpp 1859 PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get());
1871 PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 322 void enterTypeCast(SourceLocation Tok, QualType CastType);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 592 void PreferredTypeBuilder::enterTypeCast(SourceLocation Tok,

Completed in 91 milliseconds