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

  /external/clang/include/clang/Basic/
Linkage.h 72 inline Linkage getFormalLinkage(Linkage L) {
81 return getFormalLinkage(L) == ExternalLinkage;
87 /// a boolean for external visibility. This is just what getFormalLinkage and
  /frameworks/compile/slang/
slang_rs_context.cpp 218 if (VD->getFormalLinkage() == clang::ExternalLinkage) {
226 if (FD->getFormalLinkage() == clang::ExternalLinkage) {
slang_rs_check_ast.cpp 192 if (VD->getFormalLinkage() == clang::ExternalLinkage) {
slang_rs_export_type.cpp 413 (VD->getFormalLinkage() == clang::ExternalLinkage)) {
585 ND->getFormalLinkage() == clang::ExternalLinkage) {
    [all...]
  /external/clang/include/clang/AST/
Decl.h 224 Linkage getFormalLinkage() const {
225 return clang::getFormalLinkage(getLinkageInternal());
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 212 switch (ND->getFormalLinkage()) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 431 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage &&
    [all...]
MicrosoftMangle.cpp 331 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage &&
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaExpr.cpp 214 if (D->getFormalLinkage() != InternalLinkage)
    [all...]

Completed in 423 milliseconds