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

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 51 CCP_Declaration = 50,
53 CCP_Type = CCP_Declaration,
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 1034 CodeCompletionResult Result(namedDecl, CCP_Declaration);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 748 return CCP_Declaration;
    [all...]

Completed in 205 milliseconds