Home
last modified time | relevance | path

Searched defs:Ident (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
Dtemplateid.cpp8 template <typename> class Ident {}; // expected-note {{previous use is here}} class
/external/llvm/lib/Object/
DELFObjectFile.cpp25 std::pair<unsigned char, unsigned char> Ident = getElfArchType(Object); in createELFObjectFile() local
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/compiler-rt/lib/asan/lit_tests/TestCases/
Dstack-use-after-return.cc14 char *Ident(char *x) { in Ident() function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml12 | Ident of string | Number of float Constructor
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h63 static T Ident(T t) { in Ident() function
/external/chromium_org/v8/test/cctest/
Dcctest.h66 #define DEFINE_EXTENSION_ID(Name, Ident) Name##_ID, argument
74 #define DEFINE_EXTENSION_FLAG(Name, Ident) \ argument
/external/clang/include/clang/Lex/
DPPCallbacks.h156 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident() function
361 virtual void Ident(SourceLocation Loc, const std::string &str) { in Ident() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp68 IdentifierInfo *Ident = 0; in ParseNamespace() local
192 std::vector<IdentifierInfo*>& Ident, in ParseInnerNamespace()
257 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseNamespaceAlias() local
DParseDecl.cpp362 bool Parser::IsSimpleMicrosoftDeclSpec(IdentifierInfo *Ident) { in IsSimpleMicrosoftDeclSpec()
385 void Parser::ParseComplexMicrosoftDeclSpec(IdentifierInfo *Ident, in ParseComplexMicrosoftDeclSpec()
3733 IdentifierInfo *Ident = Tok.getIdentifierInfo(); in ParseEnumBody() local
/external/clang/lib/AST/
DCommentParser.cpp435 Token Ident = Tok; in parseHTMLStartTag() local
DCommentLexer.cpp618 StringRef Ident(BufferPtr, TokenPtr - BufferPtr); in lexHTMLStartTag() local
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp347 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) { in Ident() function in PrintPPOutputPPCallbacks
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp601 std::pair<StringRef, bool> Ident = *D; in loadModuleFile() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp165 std::pair<unsigned char, unsigned char> Ident = std::make_pair( in createObjectImage() local
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp304 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident, in GCOVFunction()
/external/clang/include/clang/Sema/
DDeclSpec.h1098 IdentifierInfo *Ident; member
1113 : Ident(ident), IdentLoc(iloc), Param(param), in Ident() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4472 llvm::Constant *CGObjCCommonMac::GetClassName(IdentifierInfo *Ident) { in GetClassName()
4498 llvm::Constant *CGObjCCommonMac::GetIvarLayoutName(IdentifierInfo *Ident, in GetIvarLayoutName()
4946 llvm::Constant *CGObjCCommonMac::GetPropertyName(IdentifierInfo *Ident) { in GetPropertyName()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp818 IdentifierInfo *Ident = IdentList[i].first; in ActOnForwardProtocolDeclaration() local
DSemaDeclCXX.cpp6625 IdentifierInfo *Ident) { in TryNamespaceTypoCorrection()
7641 IdentifierInfo *Ident) { in ActOnNamespaceAliasDef()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc168 static T Ident(T t) { in Ident() function