OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clang_getExpansionLocation
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
CXSourceLocation.cpp
233
void
clang_getExpansionLocation
(CXSourceLocation location,
313
clang_getExpansionLocation
(location, file, line, column, offset);
/external/clang/include/clang-c/
Index.h
364
* Use
clang_getExpansionLocation
() or clang_getSpellingLocation()
474
CINDEX_LINKAGE void
clang_getExpansionLocation
(CXSourceLocation location,
499
* whereas
clang_getExpansionLocation
would have returned
530
* #
clang_getExpansionLocation
(). See that interface's documentation for
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
951
clang_getExpansionLocation
(Loc, &file, 0, 0, 0);
[
all
...]
Completed in 423 milliseconds