HomeSort by relevance Sort by last modified time
    Searched defs:isDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Index/
ASTLocation.h 132 bool isDecl() const { return isValid() && getKind() == N_Decl; }
  /external/clang/include/clang/Serialization/
ASTWriter.h 107 bool isDecl() const { return !IsType; }
115 assert(isDecl() && "Not a decl!");

Completed in 457 milliseconds