Searched defs:getNameAsString (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h135 /// getNameAsString - Get a human-readable name for the declaration, even if
145 std::string getNameAsString() const { return Name.getAsString(); } function in class:clang::NamedDecl
159 /// namespace), it will return same result as getNameAsString().
170 /// result as getNameAsString(); for example, class template
180 S += getNameAsString();
H A DDeclObjC.h1508 std::string getNameAsString() const { function in class:clang::ObjCCategoryImplDecl
1643 std::string getNameAsString() const { function in class:clang::ObjCImplementationDecl

Completed in 30 milliseconds