HomeSort by relevance Sort by last modified time
    Searched refs:PrecompilePreamble (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
ASTUnit.h 733 /// \param PrecompilePreamble Whether to precompile the preamble of this
738 bool LoadFromCompilerInvocation(bool PrecompilePreamble);
772 bool PrecompilePreamble = false, bool CacheCodeCompletionResults = false,
791 bool PrecompilePreamble = false, TranslationUnitKind TUKind = TU_Complete,
820 bool PrecompilePreamble = false, TranslationUnitKind TUKind = TU_Complete,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 626 bool PrecompilePreamble = false;
633 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble;
654 PrecompilePreamble,
    [all...]
CIndex.cpp     [all...]

Completed in 864 milliseconds