Home
last modified time | relevance | path

Searched defs:getFullyQualifiedName (Results 1 – 7 of 7) sorted by relevance

/external/clang/unittests/Tooling/
DQualTypeNamesTest.cpp47 TEST(QualTypeNameTest, getFullyQualifiedName) { in TEST() argument
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DTypeDeclaration.java200 public Optional<String> getFullyQualifiedName() { in getFullyQualifiedName() method in TypeDeclaration
DClassOrInterfaceDeclaration.java212 public Optional<String> getFullyQualifiedName() { in getFullyQualifiedName() method in ClassOrInterfaceDeclaration
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResName.java143 public String getFullyQualifiedName() { in getFullyQualifiedName() method in ResName
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp466 std::string getFullyQualifiedName(QualType QT, in getFullyQualifiedName() function
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp174 static std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name) { in getFullyQualifiedName() function
192 static std::string getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp266 static std::string getFullyQualifiedName(const DIScope *Scope, StringRef Name) { in getFullyQualifiedName() function
284 static std::string getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function