Home
last modified time | relevance | path

Searched refs:getFromOpaqueInteger (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp66 auto Ident = DeclarationName::getFromOpaqueInteger(Info.getRawArg(0)); in HandleDiagnostic()
/external/clang/include/clang/AST/
DVTableBuilder.h97 static VTableComponent getFromOpaqueInteger(uint64_t I) { in getFromOpaqueInteger() function
DDeclarationName.h244 static DeclarationName getFromOpaqueInteger(uintptr_t P) { in getFromOpaqueInteger() function
/external/clang/lib/AST/
DASTDiagnostic.cpp383 OS << DeclarationName::getFromOpaqueInteger(Val); in FormatASTNodeDiagnosticArgument()