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

  /external/clang/include/clang/AST/
Decl.h 125 /// getNameAsString - Get a human-readable name for the declaration, even if
135 std::string getNameAsString() const { return Name.getAsString(); }
149 /// namespace), it will return same result as getNameAsString().
160 /// result as getNameAsString(); for example, class template
170 S += getNameAsString();
    [all...]
DeclObjC.h     [all...]

Completed in 529 milliseconds