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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 732 void codeCompleteIncludedFile(const char *PathStart,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1943 codeCompleteIncludedFile(AfterQuote, CurPtr - 1, /*IsAngled=*/false);
2074 codeCompleteIncludedFile(AfterLessPos, CurPtr - 1, /*IsAngled=*/true);
2095 void Lexer::codeCompleteIncludedFile(const char *PathStart,
2125 PP->CodeCompleteIncludedFile(Dir, IsAngled);

Completed in 17 milliseconds