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

/external/clang/include/clang/AST/
H A DDecl.h132 /// getNameAsString - Get a human-readable name for the declaration, even if
142 std::string getNameAsString() const { return Name.getAsString(); } function in class:clang::NamedDecl
156 /// namespace), it will return same result as getNameAsString().
167 /// result as getNameAsString(); for example, class template
177 S += getNameAsString();
H A DDeclObjC.h1530 std::string getNameAsString() const { function in class:clang::ObjCCategoryImplDecl
1650 std::string getNameAsString() const { function in class:clang::ObjCImplementationDecl

Completed in 452 milliseconds