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 683 /// \param PrecompilePreamble Whether to precompile the preamble of this
688 bool LoadFromCompilerInvocation(bool PrecompilePreamble);
725 bool PrecompilePreamble = false,
746 bool PrecompilePreamble = false,
779 bool PrecompilePreamble = false,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 638 bool PrecompilePreamble = false;
645 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble;
666 PrecompilePreamble,
    [all...]
CIndex.cpp     [all...]

Completed in 390 milliseconds