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

  /external/clang/include/clang/Frontend/
ASTUnit.h 301 bool IncludeBriefCommentsInCodeCompletion : 1;
789 bool IncludeBriefCommentsInCodeCompletion = false,
815 bool IncludeBriefCommentsInCodeCompletion = false,
851 bool IncludeBriefCommentsInCodeCompletion = false,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 225 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false),
366 IncludeBriefCommentsInCodeCompletion);
429 IncludeBriefCommentsInCodeCompletion);
450 IncludeBriefCommentsInCodeCompletion);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 298 milliseconds