HomeSort by relevance Sort by last modified time
    Searched refs:DeclarationName (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/clang/lib/Frontend/
ASTUnit.cpp 816 else if (DeclarationName Name = ND->getDeclName()) {
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 503 DeclarationName LHSName = LHS->getDeclName();
504 DeclarationName RHSName = RHS->getDeclName();
    [all...]
ASTDiagnostic.cpp 316 "Invalid modifier for DeclarationName argument");
318 OS << DeclarationName::getFromOpaqueInteger(Val);
    [all...]
Expr.cpp 242 == DeclarationName::CXXConversionFunctionName) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 81 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
    [all...]
ASTWriterStmt.cpp 353 DeclarationName::NameKind nk = (E->getDecl()->getDeclName().getNameKind());
357 nk == DeclarationName::Identifier) {
    [all...]
ASTReaderStmt.cpp 70 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 498 DeclarationName MemberName = IV->getDeclName();
    [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 662 milliseconds

1 2 34