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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 2348 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl);
2441 PreferredType.enterVariableInit(Tok.getLocation(), ThisDecl);
ParseExprCXX.cpp 2092 PreferredType.enterVariableInit(Tok.getLocation(), DeclOut);
ParseOpenMP.cpp 451 PreferredType.enterVariableInit(Tok.getLocation(), OmpPrivParm);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 299 void enterVariableInit(SourceLocation Tok, Decl *D);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 403 void PreferredTypeBuilder::enterVariableInit(SourceLocation Tok, Decl *D) {

Completed in 70 milliseconds