HomeSort by relevance Sort by last modified time
    Searched refs:UD (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 41 // Be careful with UD-suffixes.
44 UD: StrSuffix()ident
45 UD: IntSuffix()ident
46 // CHECK: UD: "abc"_suffix ident
47 // CHECK: UD: 123_suffix ident
  /external/llvm/include/llvm/Support/
ErrorOr.h 53 ErrorHolder(T &&UD) : UserData(llvm_move(UD)) {}
55 ErrorHolder(T &UD) : UserData(UD) {}
200 ErrorOr(UserDataT UD, typename
203 Error = new ErrorHolder<UserDataT>(llvm_move(UD));
428 ErrorOr(UserDataT UD, typename
431 ErrorHolderBase *E = new ErrorHolder<UserDataT>(llvm_move(UD));
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 142 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
143 DeclContext *NS = UD->getNominatedNamespace();
147 addUsingDirective(UD, EffectiveDC);
159 UsingDirectiveDecl *UD = *I;
160 DeclContext *NS = UD->getNominatedNamespace();
162 addUsingDirective(UD, EffectiveDC);
182 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
185 DeclContext *Common = UD->getNominatedNamespace();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
    [all...]
TreeTransform.h     [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 156 if (const UsingShadowDecl *UD = dyn_cast<UsingShadowDecl>(this))
157 return UD->getTargetDecl()->isFunctionOrFunctionTemplate();
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 249 milliseconds