Searched defs:hasName (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDerivedTypes.h254 /// hasName - Return true if this is a named struct that has a non-empty name.
255 bool hasName() const { return SymbolTableEntry != 0; } function in class:llvm::StructType
H A DValue.h112 bool hasName() const { return Name != 0 && SubclassID != MDStringVal; } function in class:llvm::Value
/external/webkit/Source/WebCore/html/parser/
H A DXSSFilter.cpp68 static bool hasName(const HTMLToken& token, const QualifiedName& name) function in namespace:WebCore
240 if (hasName(token, scriptTag))
242 else if (hasName(token, objectTag))
244 else if (hasName(token, paramTag))
246 else if (hasName(token, embedTag))
248 else if (hasName(token, appletTag))
250 else if (hasName(token, iframeTag))
252 else if (hasName(token, metaTag))
254 else if (hasName(token, baseTag))
256 else if (hasName(toke
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h1752 /// hasName - Whether this declarator has a name, which might be an
1755 bool hasName() const { function in class:clang::Declarator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 164 milliseconds